C1.Web.Mvc.TransposedGrid Namespace / TransposedGrid<T> Class / PreserveSelectedState Property

In This Topic
PreserveSelectedState Property (TransposedGrid<T>)
In This Topic
Gets or sets a value that determines whether the grid should preserve the selected state of rows when the data is refreshed.
Syntax
'Declaration
 
<DefaultValueAttribute(True)>
Public Overridable Property PreserveSelectedState As Boolean
 
See Also